home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
COMPILER
/
VP10B003
/
VPC.ZIP
/
EXAMPLES
/
HELLO
/
HELLO.PAS
Wrap
Pascal/Delphi Source File
|
1995-06-22
|
61b
|
6 lines
program Hello;
begin
WriteLn('Hello world!'#7);
end.